home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0015.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  389 b   |  18 lines

  1. >  Also: Case sensetive etc:
  2. >  I want this: HELLO
  3. >  To be the same as this: HeLlO
  4.  
  5. Hi Jamie,
  6.  
  7.    The easiest way to achieve this is to treat all input strings with
  8. either UPPER$ or LOWER$ in other words - convert everything to either
  9. uppercase or lowercase depending on your taste.
  10.  
  11. Then you can compare and contrast knowing that everything is upper/lower
  12. case!
  13.  
  14. Hope this helps.
  15.  
  16. Rich
  17.  
  18.